projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ab469e
)
Fix typo in yesterday's KML change.
author
robertl
<robertl>
Tue, 17 Aug 2010 21:42:20 +0000
(21:42 +0000)
committer
robertl
<robertl>
Tue, 17 Aug 2010 21:42:20 +0000
(21:42 +0000)
kml.c
patch
|
blob
|
history
diff --git
a/kml.c
b/kml.c
index 479836f16f1b27394a49a11b4fbd1ee0e8b46c18..642499aca97be2927a32154e56c166740c4dd1ee 100644
(file)
--- a/
kml.c
+++ b/
kml.c
@@
-243,7
+243,7
@@
void wpt_coord(const char *args, const char **attrv)
double lat, lon, alt;
// Alt is actually optional.
n = sscanf(args, "%lf,%lf,%lf", &lat, &lon, &alt);
- if (n > 2) {
+ if (n >
=
2) {
wpt_tmp->latitude = lat;
wpt_tmp->longitude = lon;
}